-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update container runtime archive to nerdctl 2.0.2 #472
Merged
austinvazquez
merged 1 commit into
runfinch:main
from
austinvazquez:feat-container-runtime-full-archive
Jan 3, 2025
Merged
feat: update container runtime archive to nerdctl 2.0.2 #472
austinvazquez
merged 1 commit into
runfinch:main
from
austinvazquez:feat-container-runtime-full-archive
Jan 3, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
2 times, most recently
from
December 25, 2024 09:29
c548af1
to
af569f9
Compare
18 tasks
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
from
December 26, 2024 04:13
af569f9
to
aa36717
Compare
Closed
1 task
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
6 times, most recently
from
December 26, 2024 19:20
aaa1d7b
to
681dc84
Compare
This was referenced Dec 26, 2024
pendo324
approved these changes
Dec 26, 2024
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
from
December 26, 2024 22:50
681dc84
to
dc86b26
Compare
1 task
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
11 times, most recently
from
December 27, 2024 04:59
5fc8333
to
23ed4be
Compare
1 task
This was referenced Dec 27, 2024
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
4 times, most recently
from
December 29, 2024 19:06
873f7f2
to
464fe7f
Compare
austinvazquez
commented
Dec 29, 2024
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
from
December 30, 2024 16:43
464fe7f
to
4b4812d
Compare
pendo324
reviewed
Jan 2, 2025
pendo324
reviewed
Jan 2, 2025
pendo324
approved these changes
Jan 2, 2025
This change updates the container runtime full archive to nerdctl v2.0.2-1735857497 which was manually built from nerdctl v2.0.2 and cherry-picks containerd/nerdctl@f917e5c Signed-off-by: Austin Vazquez <[email protected]>
austinvazquez
force-pushed
the
feat-container-runtime-full-archive
branch
from
January 2, 2025 23:09
4b4812d
to
e4256fc
Compare
pendo324
approved these changes
Jan 2, 2025
swagatbora90
approved these changes
Jan 2, 2025
Going to bring this in and open Finch PR for integration testing. Happy to follow-up further if required. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
#475
Description of changes:
This change updates the container runtime full archive used in Finch on macOS and Windows to nerdctl v2.0.2. See https://github.com/containerd/nerdctl/releases/tag/v2.0.2 for full details.
The archive was manually generated and includes a patch for containerd/nerdctl@aa5eb28 which was accepted and merged upstream but is not yet available in a tagged release.
Testing done:
Ran
make $(pwd)/_output/lima-template/fedora.yaml
and verified lima configuration was correct.License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.